Skip to content
This repository has been archived by the owner on Feb 18, 2024. It is now read-only.

Fixed error in decoding nested multi-page columns from parquet #1188

Merged
merged 1 commit into from
Jul 26, 2022

Conversation

jorgecarleitao
Copy link
Owner

No description provided.

@jorgecarleitao jorgecarleitao added the bug Something isn't working label Jul 26, 2022
@codecov
Copy link

codecov bot commented Jul 26, 2022

Codecov Report

Merging #1188 (f775c2a) into main (5c745f4) will increase coverage by 0.05%.
The diff coverage is 76.19%.

@@            Coverage Diff             @@
##             main    #1188      +/-   ##
==========================================
+ Coverage   83.48%   83.54%   +0.05%     
==========================================
  Files         364      364              
  Lines       36392    36398       +6     
==========================================
+ Hits        30381    30407      +26     
+ Misses       6011     5991      -20     
Impacted Files Coverage Δ
src/array/struct_/mod.rs 61.45% <0.00%> (ø)
src/io/parquet/read/deserialize/utils.rs 80.35% <77.77%> (+1.47%) ⬆️
src/io/parquet/read/deserialize/nested_utils.rs 84.61% <81.81%> (+1.17%) ⬆️
src/io/ipc/read/schema.rs 95.49% <0.00%> (-0.33%) ⬇️
src/io/parquet/read/deserialize/binary/basic.rs 75.78% <0.00%> (+0.39%) ⬆️
src/io/parquet/read/deserialize/primitive/basic.rs 95.78% <0.00%> (+0.52%) ⬆️
...arquet/read/deserialize/fixed_size_binary/basic.rs 95.58% <0.00%> (+0.55%) ⬆️
src/io/ipc/read/reader.rs 96.98% <0.00%> (+0.66%) ⬆️
src/io/ipc/read/file_async.rs 61.19% <0.00%> (+0.74%) ⬆️
... and 6 more

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update 5c745f4...f775c2a. Read the comment docs.

@jorgecarleitao jorgecarleitao merged commit 2d6ee11 into main Jul 26, 2022
@jorgecarleitao jorgecarleitao deleted the fix2 branch July 26, 2022 15:43
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
bug Something isn't working
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant